home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1199 / 805 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  2.1 KB

  1. From: Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
  2. Date: Fri, 14 Jan 94 10:55:21 +0100
  3. Message-Id: <9401140955.AA19650@issan.informatik.uni-dortmund.de>
  4. To: mint@atari.archive.umich.edu
  5. In-Reply-To: <9401130950.af28789@ncrhub1.NCR.COM> (message from Chris Herborth on Thu, 13 Jan 1994 09:37:56 -0500 (EST))
  6. Subject: Re: MiNT goes UNiX, invitation for mailing list (MINTOS)
  7.  
  8. Chris Herborth <herborth@53iss6.waterloo.ncr.com> writes:
  9.  
  10. |> What you wrote:
  11. |>> 
  12. |>> walra%moacs11@relay.NL.net (Waldi Ravens) writes:
  13. |>> 
  14. |>> |> Today I looked at a few socalled ports, and noticed that the atari switch
  15. |>> |> was mainly used to:
  16. |>> [...]
  17. |>> |> 2. compromise to the Gemdos filesystem limitations
  18. |>> |>    not necessary for the minix fs, and theoretically there could be a
  19. |>> |>    gemdos.xfs to overcome the gemdos fs limitations
  20. |>> 
  21. |>> In fact, i have written such a thing, based on _unx2dos in the
  22. |>> GNUlibs.  I have once planned to distribute it, but since we have
  23. |>> MinixFS, there is no need any more, i think.  Anyway, i'm still using
  24. |>> it as a replacement for tosfs in MiNT.
  25.  
  26. |> Does this emulate the Minix fs under a TOS filesystem?  That'd be great!
  27. |> Is it as compatible as the minixfs (ie, it gives unique 8.3 filenames to
  28. |> brain-dead programs so you can still access your files)?
  29.  
  30. Well, it emulates as much as _unx2dos from GNUlib emulates, i.e.
  31. symbolic links and up to 32 character file names. It uses the same
  32. mapping from long to 8.3 file names, equivalent to UNIXMODE="LAH.,"
  33. (but it isn't configurable, only by recompiling it).  A program
  34. running in the TOS domain only sees the mangled 8.3 file names and no
  35. symbolic links, the names are simply untranslated in this case. (In
  36. most cases, the mangling just means truncation, but the names are
  37. guaranteed to be unique, of course.)
  38.  
  39. Unfortunately, it is even slower than tosfs, and since we have
  40. MinixFS, i would not recommend it to anyone.
  41.  
  42. ----------------------------------------------------------------------
  43. Andreas Schwab                                  "And now for something
  44. schwab@ls5.informatik.uni-dortmund.de            completely different"
  45.